This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
OS : Windows Server 2008 R2(64 bit)
Lotus notes 8.5.X
I am getting this error message when I tried to create NotesSession using(Introp.Domino.dll) instance from my C# application.
Error Message:
"System.Runtime.InteropServices.COMException was caught
Message=Retrieving the COM class factory for component with CLSID {29131539-2EED-1069-BF5D-00DD011186B7} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))."
My solution used Introp.Domino.dll for NotesSession class.
CLSID {29131539-2EED-1069-BF5D-00DD011186B7} use nlsxbe.dll so I am register that once again.
To Register required DLL (nlsxbe.dll) for 64 bit OS we can use regsvr32 from following path.
(e.g. C:\Windows\SysWOW64>regsvr32.exe -i "c:\Program Files (x86)\IBM\Lotus\Notes\nlsxbe.dll" )
It DLL register fails for me.
When I try to get this COM DLL information with the help of dependency walker but it show error message regarding missing information of INFOLINK.DLL(Dependent DLL for nlsxbe.dll) .
But the same c# application working fine on 32 OS.
Anyone, please help urgently!
Feedback number WEBB8EYJBS created by ~Tip Bubjumisterli on 03/15/2011
Status: Open
Comments: